From a94a960c97e51e7706c4264ac34ef59543e45e0e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 13 Apr 2006 10:33:46 +0100 Subject: [PATCH] The default value used to control whether the guest is set up with localtime or utc in the RTC was wrong. Signed-Off-By: Bruce Rogers --- tools/ioemu/vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/vl.c b/tools/ioemu/vl.c index d4f305f178..9e8b8ec351 100644 --- a/tools/ioemu/vl.c +++ b/tools/ioemu/vl.c @@ -138,7 +138,7 @@ int adlib_enabled = 1; int gus_enabled = 1; int pci_enabled = 1; int prep_enabled = 0; -int rtc_utc = 0; +int rtc_utc = 1; int cirrus_vga_enabled = 1; int vga_accelerate = 1; int graphic_width = 800; -- 2.30.2